Skip to content

Update dependencies in javascript#85

Merged
dan323 merged 1 commit into
masterfrom
task/update-dependencies-in-javascript-f5cdd2
Mar 23, 2026
Merged

Update dependencies in javascript#85
dan323 merged 1 commit into
masterfrom
task/update-dependencies-in-javascript-f5cdd2

Conversation

@dan323

@dan323 dan323 commented Mar 22, 2026

Copy link
Copy Markdown
Owner

Summary

Updated JavaScript frontend dependencies to their latest compatible versions:

  • react + react-dom: ^18.3.1^19.2.4
  • typescript: ^5.8.2^5.9.3
  • @types/react: ^18.3.28^19.2.14
  • @types/react-dom: ^18.3.7^19.2.3

package-lock.json regenerated via npm install. Major-version bumps for jest, vite, and jsdom were left out to avoid potential breaking changes.


Opened by multi-repo-tasks via Claude Code.

Copilot AI review requested due to automatic review settings March 22, 2026 23:56
@sonarqubecloud

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the frontend’s core runtime and type/tooling dependencies to newer compatible versions, primarily to move the app onto React 19 and a newer TypeScript compiler.

Changes:

  • Bumped react / react-dom to ^19.2.4
  • Bumped typescript to ^5.9.3
  • Updated @types/react and @types/react-dom to React 19-compatible versions and regenerated package-lock.json

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
frontend/package.json Updates version ranges for React, React DOM, TypeScript, and React type packages.
frontend/package-lock.json Regenerated lockfile reflecting resolved React 19 + updated transitive deps and type packages.
Files not reviewed (1)
  • frontend/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sonarqubecloud

Copy link
Copy Markdown

@dan323 dan323 merged commit bb52279 into master Mar 23, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants